home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / HeadInspector.nib / data.classes next >
Text File  |  1994-12-14  |  830b  |  60 lines

  1. HeadInspector = {
  2.     ACTIONS = {
  3.     typeSize:;
  4.     justification:;
  5.     setApply:;
  6.     };
  7.     OUTLETS = {
  8.     typeMtx;
  9.     applyMtx;
  10.     justificationMtx;
  11.     };
  12.     SUPERCLASS = PGInspector;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. PGInspector = {
  20.     ACTIONS = {
  21.     default:;
  22.     setMicroInspector:;
  23.     set:;
  24.     revert:;
  25.     };
  26.     OUTLETS = {
  27.     styleIconMatrix;
  28.     microInspectorMtx;
  29.     window;
  30.     microInspectorSlot;
  31.     loadedSelection;
  32.     tailoredItems;
  33.     loadedStyleList;
  34.     currentStyleTextField;
  35.     styleTitleMatrix;
  36.     stringTable;
  37.     currentStyleButton;
  38.     blankMicroPanel;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42. PageOneApp = {
  43.     ACTIONS = {
  44.     terminate:;
  45.     performMenuAction:;
  46.     new:;
  47.     info:;
  48.     help:;
  49.     open:;
  50.     };
  51.     OUTLETS = {
  52.     spotColorWell;
  53.     infoPanel;
  54.     inspector;
  55.     pagePalette;
  56.     stringTable;
  57.     };
  58.     SUPERCLASS = Application;
  59. };
  60.